home *** CD-ROM | disk | FTP | other *** search
- rem Make all files of the Sherlock system
- rem
- rem source: makeall.bat
- rem version: February 15, 1989; May 19, 1991
- rem
- pause This may take a lot of time.
- rem
- cd \sherlock\msc
- path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\msc;c:\dos
- make msls.mmk
- make mslc.mmk
- make mslm.mmk
- make msll.mmk
- make mslh.mmk
- make prf.mmk
- make regs.mmk
- make sltest.mmk
- path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\turboc;c:\dos
- rem
- cd \sherlock\turboc
- make -fsls.mak
- make -fslc.mak
- make -fslm.mak
- make -fsll.mak
- make -fslh.mak
- make -fprf.mak
- make -fregs.mak
- make -fsltest.mak
- rem
- cd \sherlock\spp\msc
- path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\msc;c:\dos
- make mspp.mmk
- make msppdb.mmk
- path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\turboc;c:\dos
- rem
- cd \sherlock\spp\turboc
- make -fspp.mak
- make -fsppdb.mak
- rem
- cd \cpp\msc
- path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\msc;c:\dos
- make mcpp.mmk
- make mcppdb.mmk
- rem
- cd \cpp\turboc
- path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\turboc;c:\dos
- make -fcpp.mak
- make -fcppdb.mak
- rem
- cd \sherlock\sdif\msc
- path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\msc;c:\dos
- make msdif.mmk
- make msdifdb.mmk
- path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\turboc;c:\dos
- rem
- cd \sherlock\sdif\turboc
- make -fsdif.mak
- make -fsdifdb.mak
- rem
- cd \sherlock\sdel\msc
- path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\msc;c:\dos
- make msdel.mmk
- make msdeldb.mmk
- path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\turboc;c:\dos
- rem
- cd \sherlock\sdel\turboc
- make -fsdel.mak
- make -fsdeldb.mak
- rem
- cd \sherlock
- rem
- dir c:\sherlock\bin\*.exe
- dopath
-